::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #0645ae;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0645ae;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #0645ae;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #0645ae;
}
a:hover {
  color: #0645ae;
}
.header {
  color: #ffffff;
  background: #084D6C;
}
.header a {
  color: #ffffff;
}
.login {
    background-color: #084D6C; 
}
.login > div {
  height: 36px;
  line-height: 36px;
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
/*添加部分*/
.logRight{
	display: inline-block;
	float: right;
	position: relative;
}
.logLeft{
	display: inline-block;
	float: left;
	position: relative;
}
.login .logLeft label{
  font-size: 14px;	
}
.login  .logLeft .cvsToday{
	vertical-align: middle;
	width: 22px;
}
.login  .logLeft .cityCurrent{
	padding-left: 13px;
}
.login .logLeft .lblWeather{
	margin-right:60px ;
}
.login .logRight{
	font-size: 14px;

}
.logFisrt >li{
	line-height: 36px;
	box-sizing: border-box;
	position: relative;
	
	box-sizing: border-box;
}
.logFisrt >li span{
	height: 16px;
	cursor: pointer;
	box-sizing: border-box;
/*border-left: 1px solid #FFFFFF;*/
padding-left: 5px;
}
.logRight .notI{
	padding-right: 5px;
}
.logRight .iconList i{
	display: inline-block;
	width: 10px;
	height: 7px;
	 background: url("../img/index/icon.png") no-repeat ;
  background-position: -16px -347px;
  margin-left: 5px;
  margin-right: 5px;
}

.logRight .rightPhone i{
	display: inline-block;
	width: 10px;
	height: 18px;
vertical-align: middle;
	 background: url("../img/index/icon.png") no-repeat ;
  background-position: 0px -292px;
  margin-right: 7px;
}

.logFisrt .downBar{
	position: absolute;
	left: 0;
  width: 100%;
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
	display: none;
}
.logLeft iframe{
	top:0;
	left:0;
}
.rightOrder .downBar span{
	color: #ff6633;
	cursor: pointer;
	font-size: 12px;
}
.downBar li {
    height: 30px;
    line-height: 30px;
}
.logRight .haveI:hover{
	color: #333333;
	background-color: #FFFFFF;
}
.logRight .haveI .downBar li a:hover{
		 color: #6699cc;
}
.logRight .haveI:hover + .haveD b{
	background-color: transparent;
}
.logRight .haveI:hover .downBar{
	 display: block;
}
.logRight .haveI:hover span i{
display: none;
}
.logRight .haveI:hover .iconList{
  padding-right: 15px;
  padding-left: 10px;
}

.logRight b{
	width: 1px;
	height: 16px;
	background-color: #FFFFFF;
	display: inline-block;
  justify-content: center;
  vertical-align: middle;
 margin-right: 5px;

}
.logFisrt>li{
	float: left;
	
}
.header .downBar a{
	color: #333333;
	cursor: pointer;
	padding:0;
}
/*添加部分结束*/

.login > div a {
  padding: 0 10px 0 0 ;
}
.header-img{
  width: 100%;
  max-width: 1920px;
  height: 190px;
  margin: 0 auto;
  overflow: hidden;
  background:url(../img/pc-header.png) no-repeat center;
}
.header-img > .logoIcon{
	margin:0 auto;
	width:1200px;
	padding-left:10px;
}
.header-img img{
	max-width:100%
}
.header-img .logoT{
	margin-top: 30px;
	margin-left: 50px;
}
.header-img .logoI{
	margin-top: 31px;
}

.nav > div {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
}
.nav form .search{
	height:30px;
	line-height:30px;
	  float: right;
    width: 278px;
  padding: 10px 0px;
  position:relative;
  margin:0;
 
}
.nav form .search input{
	 width:233px;	 
}
.nav-list {
  float: left;
}
.nav-list li {
  float: left;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 20px;
}
.nav-list li.act,
.nav-list li.self {
  background: #002D41;
}
.nav-list li.btnAct {
  background: #05378b;
}
.search input,
.search .search-btn {
  height: 30px;
  line-height: 30px;
  float: left;
}
.search input {
 //width: 236px;
  text-indent: 1.4em;
}
.search .search-btn {
  width: 44px;
  background-color: #ffffff;
}
.search .search-btn:hover {
  background-color: #f5f5f5;
}
.search .search-btn-bg {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 12px;
  margin-bottom: 5px;
  margin-left: 12px;
  float: left;
  background: url("../img/icon.png") no-repeat;
  background-position: 0 -400px;
}

.nav-list li a{
	 width: 100%;
    height: 100%;
    display: inline-block;
    letter-spacing: 1.0px;
    font-weight: bold;
    font-size: 20px;
}
